github.com/jackc/pgx/v5/pgproto3.invalidMessageFormatErr.messageType (field)

53 uses

	github.com/jackc/pgx/v5/pgproto3 (current package)
		authentication_sasl.go#L41: 			return &invalidMessageFormatErr{messageType: "AuthenticationSASL", details: "unterminated string"}
		bind.go#L33: 		return &invalidMessageFormatErr{messageType: "Bind"}
		bind.go#L40: 		return &invalidMessageFormatErr{messageType: "Bind"}
		bind.go#L46: 		return &invalidMessageFormatErr{messageType: "Bind"}
		bind.go#L55: 			return &invalidMessageFormatErr{messageType: "Bind"}
		bind.go#L64: 		return &invalidMessageFormatErr{messageType: "Bind"}
		bind.go#L74: 				return &invalidMessageFormatErr{messageType: "Bind"}
		bind.go#L86: 				return &invalidMessageFormatErr{messageType: "Bind"}
		bind.go#L95: 		return &invalidMessageFormatErr{messageType: "Bind"}
		bind.go#L102: 		return &invalidMessageFormatErr{messageType: "Bind"}
		close.go#L21: 		return &invalidMessageFormatErr{messageType: "Close"}
		close.go#L29: 		return &invalidMessageFormatErr{messageType: "Close"}
		command_complete.go#L20: 		return &invalidMessageFormatErr{messageType: "CommandComplete", details: "unterminated string"}
		command_complete.go#L23: 		return &invalidMessageFormatErr{messageType: "CommandComplete", details: "string terminated too early"}
		copy_both_response.go#L27: 		return &invalidMessageFormatErr{messageType: "CopyBothResponse"}
		copy_both_response.go#L34: 		return &invalidMessageFormatErr{messageType: "CopyBothResponse"}
		copy_fail.go#L19: 		return &invalidMessageFormatErr{messageType: "CopyFail"}
		copy_fail.go#L24: 		return &invalidMessageFormatErr{messageType: "CopyFail"}
		copy_in_response.go#L27: 		return &invalidMessageFormatErr{messageType: "CopyInResponse"}
		copy_in_response.go#L34: 		return &invalidMessageFormatErr{messageType: "CopyInResponse"}
		copy_out_response.go#L26: 		return &invalidMessageFormatErr{messageType: "CopyOutResponse"}
		copy_out_response.go#L33: 		return &invalidMessageFormatErr{messageType: "CopyOutResponse"}
		data_row.go#L24: 		return &invalidMessageFormatErr{messageType: "DataRow"}
		data_row.go#L42: 			return &invalidMessageFormatErr{messageType: "DataRow"}
		data_row.go#L53: 				return &invalidMessageFormatErr{messageType: "DataRow"}
		describe.go#L21: 		return &invalidMessageFormatErr{messageType: "Describe"}
		describe.go#L29: 		return &invalidMessageFormatErr{messageType: "Describe"}
		execute.go#L31: 		return &invalidMessageFormatErr{messageType: "Execute"}
		function_call.go#L28: 		return &invalidMessageFormatErr{messageType: "FunctionCall"}
		function_call.go#L42: 		return &invalidMessageFormatErr{messageType: "FunctionCall"}
		function_call.go#L50: 			return &invalidMessageFormatErr{messageType: "FunctionCall"}
		function_call.go#L63: 			return &invalidMessageFormatErr{messageType: "FunctionCall"}
		function_call.go#L72: 			return &invalidMessageFormatErr{messageType: "FunctionCall"}
		function_call.go#L75: 				return &invalidMessageFormatErr{messageType: "FunctionCall"}
		function_call.go#L86: 		return &invalidMessageFormatErr{messageType: "FunctionCall"}
		function_call.go#L90: 		return &invalidMessageFormatErr{messageType: "FunctionCall"}
		function_call_response.go#L22: 		return &invalidMessageFormatErr{messageType: "FunctionCallResponse"}
		function_call_response.go#L34: 		return &invalidMessageFormatErr{messageType: "FunctionCallResponse"}
		negotiate_protocol_version.go#L39: 			return &invalidMessageFormatErr{messageType: "NegotiateProtocolVersion"}
		negotiate_protocol_version.go#L46: 			return &invalidMessageFormatErr{messageType: "NegotiateProtocolVersion"}
		notification_response.go#L26: 		return &invalidMessageFormatErr{messageType: "NotificationResponse", details: "too short"}
		parameter_description.go#L26: 		return &invalidMessageFormatErr{messageType: "ParameterDescription"}
		parse.go#L42: 		return &invalidMessageFormatErr{messageType: "Parse"}
		parse.go#L48: 			return &invalidMessageFormatErr{messageType: "Parse"}
		pgproto3.go#L54: 	messageType string
		pgproto3.go#L59: 	return fmt.Sprintf("%s body is invalid %s", e.messageType, e.details)
		query.go#L19: 		return &invalidMessageFormatErr{messageType: "Query"}
		query.go#L24: 		return &invalidMessageFormatErr{messageType: "Query"}
		row_description.go#L60: 		return &invalidMessageFormatErr{messageType: "RowDescription"}
		row_description.go#L72: 			return &invalidMessageFormatErr{messageType: "RowDescription"}
		row_description.go#L80: 			return &invalidMessageFormatErr{messageType: "RowDescription"}
		startup_message.go#L45: 			return &invalidMessageFormatErr{messageType: "StartupMessage"}
		startup_message.go#L52: 			return &invalidMessageFormatErr{messageType: "StartupMessage"}